home *** CD-ROM | disk | FTP | other *** search
-
- Documentation for the program "ppmvecmedian"
- ==============================================
-
-
- PURPOSE
- ---------
-
- This operator performs a vector median smoothing on PPM images.
-
- ENGLISH: Please read the file "noise.english.txt" for further information
- about the archives contents, the installation, the copyright
- notice and the author.
-
- DEUTSCH: Bitte lesen Sie die Datei "noise.deutsch.txt" für weitergehende
- Informationen bezüglich des Archivinhalts, der Installation, der
- Copyright-Notiz und des Autors.
-
-
- START OF THE PROGRAM
- ----------------------
-
- Syntax: ppmvecmedian [+v|-v] [-3|-5|-7|-9] file1 file2
-
- Options:
-
- +v : use verbose-mode (default)
- -v : no verbose-mode
-
- -3 : filter size: 3x3 (default)
- -5 : filter size: 5x5
- -7 : filter size: 7x7
- -9 : filter size: 9x9
-
- file1 : PPM-file, source
- file2 : PPM-file, destination
-
-
- EXAMPLES
- ----------
-
- ppmvecmedian -5 Temp:Noisy.PPM Temp:Vectormedian.PPM
-
-
- PLANS
- -------
-
- None. (Maybe someone detects an error ?)
-
-
- HISTORY
- ---------
-
- Version 1.03, 31.Jan.98
- - new includes
- - source code optimized
-
- Version 1.02, 05.Dec.97
- - first release
-
-